home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / rpl.zip / ETHERRPL.DOC < prev    next >
Text File  |  1990-10-30  |  2KB  |  57 lines

  1.                          ETHERNET REMOTE PROGRAM LOAD
  2.  
  3. Use ETHERRPL to enable remote booting of workstations (mostly diskless) that
  4. have Ethernet network boards installed with IBM RPL style bootroms.
  5.  
  6. Command format
  7.  
  8.       LOAD [path]ETHERRPL  
  9.  
  10. Command parameters
  11.  
  12. Replace path with a full directory path to the directory containing the
  13. module; begin with a DOS drive letter or a NetWare volume name.  If you do
  14. not specify a path and the SYS volume is mounted, the operating system
  15. assumes that the loadable module is located in the SYS:SYSTEM directory. 
  16. (Use SEARCH to set up additional paths for automatic searching.)
  17.  
  18. Additional information
  19.  
  20. To remotely boot a diskless Ethernet workstation, you must complete the
  21. following:
  22.  
  23. ■     Load ETHERRPL.
  24.  
  25. ■     Configure the workstation boot files for remote booting.  Follow the
  26.       DOSGEN instructions in Appendix D of the NetWare 386 Installation
  27.       manual.
  28.  
  29. ■     Bind the ETHRPL protocol to the network boards in the file server.
  30.  
  31.  
  32. To load ETHERRPL, complete the following steps.
  33.  
  34. 1.    Type
  35.  
  36.       LOAD ETHERRPL  <Enter>
  37.  
  38. 2.    Bind the ETHRPL protocol to the driver for the Ethernet network 
  39.       board(s) in the file server.  Type 
  40.  
  41.       BIND ETHRPL LAN_driver  <Enter>
  42.  
  43.       Replace LAN_driver with the name of the driver you are using.  If you
  44.       have loaded the driver more than once, you will need to repeat this   
  45.       step.
  46.  
  47. 3.    Edit the AUTOEXEC.NCF file.  Add the following lines to load and bind
  48.       ETHERRPL:  
  49.  
  50.       LOAD ETHERRPL
  51.       BIND ETHRPL LAN_driver driver_parameters
  52.  
  53.       Replace LAN_driver with the name of the driver you used in Step 2.
  54.  
  55.       Replace driver_parameters with the parameters you used to load the LAN
  56.       driver.
  57.